home *** CD-ROM | disk | FTP | other *** search
/ Erect Magazine 15 / Erect Magazine 15.iso / mac / P_Bro.DIR / 00049.ls < prev    next >
Encoding:
Text File  |  1996-07-11  |  213 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("CLICK.aif")
  3.   set the visible of sprite (the clickOn + 6) to 1
  4.   updateStage()
  5.   waittime(1)
  6.   repeat with n = 1 to 17
  7.     set the puppet of sprite n to 0
  8.   end repeat
  9.   go("Quit")
  10. end
  11.